-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Add HK as supported region. #1971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
It seems that the pipeline is broken, the error isn't related to my changes. |
Abhijais4896
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REG_HK: {
"trade_unit": 100,
"limit_threshold": 0.1,
"deal_price": "close",
Abhijais4896
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REG_HK: {
"trade_unit": 100,
"limit_threshold": 0.1,
"deal_price": "close",
|
@Abhijais4896 Sorry, I don't get your point, could you please add more description? |
Abhijais4896
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REG_CN = "cn"
REG_US = "us"
REG_TW = "tw"
REG_HK = "hk"
Epsilon for avoiding division by zero.
EPS = 1e-12
Abhijais4896
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REG_HK: {
"trade_unit": 100,
"limit_threshold": 0.1,
"deal_price": "close",
},
}
Add HK as supported region.
Description
As title.
Motivation and Context
Support train model for HK stock market.
Types of changes